03. Quiz: UnityEngine vs UnityEditor
What Is the Difference Between UnityEngine and UnityEditor?
UnityEngine namespace vs UnityEditor namespace
SOLUTION:
- The **UnityEngine** namespace contains the code that runs live in your VR app
- The **UnityEngine** namespace organizes the code that runs live in your VR app into a tree of functionality
Recommended Reading
- Unity Manual: Namespaces